-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Akka.NET v1.0.1 Release #921
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
update README to remove BETA section and quick cleanup
fixed issue with recursive ITellScheduler F# extension call
…-mailbox-hotfix Fix for async await suspend-resume mechanics
…2-&-833 Patch for Issues 832 & 833
Stopwatch ticks are not the same as timespan ticks.
…-mailbox-hotfix Hotfix async await when awaiting IO completion port based tasks
…heduler removed ITellScheduler extensions from F# API
Fix stopwatch ticks evalution
bugfix for akkadotnet#855 courtesy of rogeralsing
…ion_if_no_result_will_arrive_within_the_given_time a little more difference to handle racy conditions.
All the DI assemblies had the same implementation of an extension. Refactored the extension and moved it to Akka.DI.Core.
…ilure message before the test was timing out.
Signed-off-by: A. Prooks <[email protected]>
new commit to test build server dates issue Signed-off-by: A. Prooks <[email protected]>
…e-forkjoin Modified default Cluster.conf to use a ForkJoinDispatcher just like remo...
853 Fixing racy tests
Refactored common extension
Implemented Default State container for smaller memory footprint Added support for receive in the state containers. Updated actor state support with documentation and separate file
State container
Signed-off-by: A. Prooks <[email protected]>
added spec to confirm that akkadotnet#884 is reproducible
897 NUnit TestKit
sqlexpress based test database working SqlServerJournal, intializes SqlServerSnapshotStore initial impl of SqlServer snapshot store fixed rest of broken sql server snapshot store specs Akka.Persistence.SqlServer comments for public API final notest and docs for Akka.Persistence.SqlServer safe escape of SQL string formats + mdf based tests fixed sln file added Akka.Persistence.SqlServer ldf test database file modified FAKE script to skip Akka.Persistence.SqlServer on LocalDB not installed separate build task for sql server tests
…server Akka.Persistence.SqlServer plugin
…server-nuspec Added nuspec to Akka.Persistence.SqlServer
Fixed to notification on DeathWatch watching.
Proposed fix for akkadotnet#886 asp.net deadlock
Monotonic clock for akkadotnet#846
- fixed xmldoc typos - fixed invalid xmldoc references - reworded some of the more stilted comments to flow better - filled in some missing comments
Numerous doc fixes
Added .editorconfig
Per Aaronontheweb's suggestion, bitmask Interlocked.Increment(ref _next) to ensure that it will always be a positive number. Also, added unit tests that verify this behavior.
Attempts to resolve issue akkadotnet#908
SynchronizationContext for akkadotnet#907
Link to existing SharedAssemblyInfo.cs instead of own copy
v1.0.1 release notes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1.0.1 Apr 28 2015
Bugfix release for Akka.NET v1.0.
Fixes:
New Features:
Akka.TestKit.NUnit
Akka.NET now has support for NUnit inside its TestKit. You can install Akka.TestKit.NUnit via the NuGet commandline:
Akka.Persistence.SqlServer
The first full implementation of Akka.Persistence is now available for SQL Server.
Read the full instructions for working with Akka.Persistence.SQLServer here.